485459f8bf2cfc249f41331a0923d61425699152,java/java-impl/src/com/intellij/codeInsight/completion/JavaCompletionUtil.java,JavaCompletionUtil,insertParentheses,#InsertionContext#LookupElement#boolean#boolean#boolean#,789
Before Change
styleSettings.SPACE_WITHIN_METHOD_CALL_PARENTHESES && hasParams,
needRightParenth,
styleSettings.METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
).handleInsert(context, item);
if (hasParams) {
// Invoke parameters popup
After Change
styleSettings.SPACE_WITHIN_METHOD_CALL_PARENTHESES && hasParams,
needRightParenth,
styleSettings.METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE
).handleInsert(context, item);
}
if (hasParams) {